
@font-face {
    font-family: will;
  src: url("/fonts/WillSansSerif-Regular.ttf") format("truetype");
}
html,body {
    background-color: black;
    background-image: url(/images/bg1.jp);
    background-size: 900px;
    background-position: center;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    word-spacing: 3px;
    text-align: center;
    font-family: will;
    color: #ffffff;
}
a {
    color: #c10000;
    text-decoration: none;
    transition: 0.2s;
}
a:hover {
    color: #8e0000;
    font-style: bold;
    transition: 0.2s;
}
mark {
    background-color: #770000;
    color: white;
}
.founder:hover {
    color: #ff2929;
    font-style: bold;
    text-decoration: underline;
    transition: 0.2s;
}
.releases {
    font-size:11px;
    color: red;
    transition: 0.2s;
}
.releases:hover {
    color: #000000;
    background: #8e0000;
    transition: 0.2s;
}
#page {
    background-color: black;
    background-position: bottom;
    height: 100%;
    width: 880px;
    border: 2px solid #8e0000;
}
#inner {
    height: 660px;
    display: flex;
    flex-direction: row;
    padding: 15px;
}
#banner {
    display: flexbox;
    height: 110px;
    background-image: url(images/banner-right.png);
    background-position: bottom;
    background-size: 100%;
    border-bottom: 4px solid #8e0000;
    font-size: 20px;
    text-align: left;
    padding: 10px;
}
#buttonlinks {
    display: flex;
    width: 100%;
    justify-content: right;
    margin-top:1px;
    gap: 5px;
}
#buttonlinks button {
    font-size: 10px;
}
#buttonlinks button:hover {
    background-color:white;
    color: red;
    border: 2px solid #8e0000;
}
#sitenav li {
    list-style: none;
    color: white;
    background-color: #8e1515;
    line-height: 1.7;
    margin-bottom: 7px;
    transition: 0.2s;
}
#sitenav li:hover {
    background-color: #550215;
    font-style: bold;
    transition: 0.2s;
    text-transform: uppercase;
}
#sitenav {
    background-color: #1e0000;
    display: flex;
    height: 60%;
    width: 180px;
    flex-direction: column;
    border: 2px solid #471100;
}
#middlediv h3:hover {
    font-style: italic;
}
#middlediv {
    background-color: black;
    margin-left: 40px;
    display: flex;
    height: 101%;
    width: 600px;
    flex-direction: column;
    border: 2px solid #471100;
}
.disclaimerbox {
    background-color: #1c0202;
    height: 200px;
}
#parent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2px; 
    text-align: center;
}
.child {

    height: 40px;
    width: 80px;
    display: flex;
    flex-direction: column; 
    font-size: 10px;
    justify-content: center;
}
.child p {
    color: #c10000;
    margin-top: 8px;
    text-align: center;
    padding: 5px;
}





.pulsate-fwd {
	-webkit-animation: pulsate-fwd 0.7s ease-in-out infinite both;
	        animation: pulsate-fwd 0.7s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-10-28 15:47:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

button {
    font-family: will;
    color: white;
    background-color:black;
    transition: 0.2s;
}

#footer button:hover span {
  display: none;
  transition: 0.2s;
}

#footer button:hover:before {
  content: "2025";
  transition: 0.2s;
}
